home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 001-025 / scopedisk23 / fastmouse / poster < prev    next >
Text File  |  1995-03-18  |  1KB  |  30 lines

  1. Subject: Re: Mouse movement
  2. From: koster@cory.Berkeley.EDU (David Ashley)
  3. Organization: University of California, Berkeley
  4. Date: 27 Aug 88 04:51:29 GMT
  5.  
  6. In article <5258@pasteur.Berkeley.EDU> koster@cory.Berkeley.EDU.UUCP (David Ashley) writes:
  7. >there is a USHORT PointerTicks which is the sensitivity of the pointer.
  8. >Its offset is pf_PointerTicks at hex $6C.
  9. >Just play around with it, see what happens. It is not enough to just change
  10. >the file; you will have to reboot to get the system to use the prefs.
  11.  
  12. I played around with it myself, and I have some bad news and some good news.
  13.  
  14. The range of values for pc_PointerTicks is 4 for slowest, 1 for fastests.
  15. I didn't try to make it 0, it would probably hang or bomb or something.
  16.  
  17. So, my previous posting is of no use. To make ammends, I have modified my
  18. screen blanker program to instead install a handler in the input.device
  19. chain that just looks for mouse move events, and when one comes along, it
  20. will double the ie_x and ie_y events, speeding the mouse up by a factor of
  21. two.
  22.  
  23. Here is the code:
  24. (It is impossible to disable this without re-booting the machine, but the
  25. handler itself is under 50 bytes.)
  26.  
  27. -----------------------------------------------------------
  28.  
  29.  
  30.